home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
CADAR
/
CSound
/
round-it
< prev
Wrap
Text File
|
1998-10-22
|
175b
|
13 lines
round-it float &optional (digits 3)
rounds a floating-point number to digits
(round-it 1.23456789)
->1.235
(round-it 1.23456789 1)
->1.2
(round-it 1.23456789 5)
->1.23457